Release 10.1A: OpenEdge Development:
Progress 4GL Reference
REPOSITION-TO-ROWID( ) method
Moves a query object’s result list pointer to the row corresponding to the specified ROWID or ROWIDs.
To reposition to a particular row when the query is a join, supply the ROWIDs of the buffers that correspond to the desired row.
Return type: LOGICAL Applies to: Query object handle
rowid1[ ,rowid2] ...Expressions of type ROWID representing the rowid of the first buffer, the rowid of the second buffer, etc. The maximum number of expressions is 18. If an expression contains the Unknown value (
?), Progress evaluates but ignores subsequent expressions.rowid-arrayAn array of 18 or fewer elements, where each element is of type ROWID and represents the rowid of a buffer. If an element contains the Unknown value (
Note: The REPOSITION-TO-ROWID method corresponds to the REPOSITION statement TO ROWID option.?), Progress evaluates but ignores subsequent elements.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |